home *** CD-ROM | disk | FTP | other *** search
- inherited CompListForm: TCompListForm
- Left = 240
- Top = 237
- Width = 183
- Height = 266
- ActiveControl = SearchText
- BorderStyle = bsSizeToolWin
- Caption = 'Components'
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 80
- Height = 13
- Caption = '&Search by name:'
- FocusControl = SearchText
- IsControl = True
- end
- object ComponentList: TListBox
- Left = 8
- Top = 48
- Width = 160
- Height = 124
- IntegralHeight = True
- ItemHeight = 30
- Sorted = True
- Style = lbOwnerDrawFixed
- TabOrder = 1
- OnClick = CompListClick
- OnDblClick = CreateClick
- OnDrawItem = CompListDrawItem
- IsControl = True
- end
- object AddButton: TButton
- Left = 50
- Top = 208
- Width = 75
- Height = 25
- Caption = '&Add to form'
- Default = True
- TabOrder = 2
- OnClick = CreateClick
- IsControl = True
- end
- object SearchText: TEdit
- Left = 8
- Top = 24
- Width = 160
- Height = 21
- TabOrder = 0
- OnChange = SearchChange
- OnKeyDown = SearchKeyDown
- IsControl = True
- end
- end
-